type google.golang.org/grpc/mem.tieredBufferPool

5 uses

	google.golang.org/grpc/mem (current package)
		buffer_pool.go#L75: 	return &tieredBufferPool{
		buffer_pool.go#L82: type tieredBufferPool struct {
		buffer_pool.go#L87: func (p *tieredBufferPool) Get(size int) *[]byte {
		buffer_pool.go#L91: func (p *tieredBufferPool) Put(buf *[]byte) {
		buffer_pool.go#L95: func (p *tieredBufferPool) getPool(size int) BufferPool {